.agent-notice {
	background-color: #f1f2f2;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	margin: -20px 0 20px;
}

.agent-notice__container {
	padding-top: 1.5625rem;
	padding-bottom: 1.5625rem;
}

.agent-notice__header-row {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
	position: relative;
}

.agent-notice__header {
	flex-grow: 1;
	font-family: "Open Sans", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	color: #353535;
	margin: 0;
}

.agent-notice__expand-button {
	color: #636466;
	text-transform: uppercase;
	font-size: 0.875rem;
	font-family: "Inter UI", arial, sans-serif;
	background-color: transparent;
	border: none;
}

.agent-notice__expand-button:before {
	content: "";
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	height: 100%;
}

.agent-notice__expand-button:after {
	content: "";
	position: relative;
	top: -0.15rem;
	border-style: solid;
	border-color: #353535;
	border-width: 0 0.125rem 0.125rem 0;
	display: inline-block;
	border-radius: 0;
	padding: 0.3125rem;
	transform: rotate(45deg);
}

.agent-notice__expand-button[aria-expanded="true"]:after {
	top: 0.25rem;
	transform: rotate(-135deg);
}

.agent-notice__expand-button-text {
	padding-left: 1em;
	padding-right: 1em;
	display: none;
}

@media (min-width: 768px) {
	.agent-notice__expand-button-text {
		display: inline;
	}
}

.agent-notice__body {
	margin: 0 0 0.5rem;
	max-width: 57.5rem;
}
@media (min-width: 768px) {
	.agent-notice__body,
	.agent-notice__link {
		margin-right: 10rem;
	}
}

.agent-notice__icon {
	display: none;
}

@media (min-width: 768px) {
	.agent-notice__icon {
		width: 1.625rem;
		height: 1.625rem;
		display: inline-block;
		margin-right: 2rem;
	}
	.agent-notice__body,
	.agent-notice__link {
		margin-left: 3.625rem;
	}
}

@media (min-width: 1024px) {
	.agent-notice__icon {
		width: 2.5rem;
		height: 2.5rem;
		margin-right: 2rem;
	}
	.agent-notice__body,
	.agent-notice__link {
		margin-left: 4.5rem;
	}
}
